PDF4Java Reference Documentation
com.o2sol.pdf4java.redaction Package / PDFContentRedactor Class / PDFContentRedactor Constructor / PDFContentRedactor Constructor(PDFPage,PDFCmapFactory)
The page from which content is redacted.
Factory for cmaps that are used for processing the text.
In This Topic
    PDFContentRedactor Constructor(PDFPage,PDFCmapFactory)
    In This Topic
    Initializes a new PDFContentRedactor object.
    Syntax
    public PDFContentRedactor( 
       PDFPage page,
       PDFCmapFactory cmapFactory
    )

    Parameters

    page
    The page from which content is redacted.
    cmapFactory
    Factory for cmaps that are used for processing the text.
    See Also